home *** CD-ROM | disk | FTP | other *** search
- global gThisTime
-
- on startMovie
- startTimer()
- set gThisTime to the timer
- puppetSprite(1, 1)
- cursor(280)
- pass()
- end
-
- on idle
- if the timer > (gThisTime + 20) then
- set thisMember to the memberNum of sprite 1
- case thisMember of
- 3:
- set the memberNum of sprite 1 to 4
- 4:
- set the memberNum of sprite 1 to 3
- end case
- set gThisTime to the timer
- end if
- end
-
- on goNo
- go(1, "CREDITS")
- end
-
- on goYes
- go(1, "CONTROL")
- end
-